home *** CD-ROM | disk | FTP | other *** search
/ Champak 53 / Volume 53 - JOGO DISK .iso / Games / thefarmer.swf / scripts / frame_25 / PlaceObject2_428_352 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-10-01  |  488b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.tanamanlahan2 == 0)
  3.    {
  4.       _visible = 1;
  5.    }
  6.    else
  7.    {
  8.       _visible = 0;
  9.    }
  10.    if(_root.lahan2t1 == 12 and _root.lahan2t2 == 12 and _root.lahan2t3 == 12 and _root.lahan2t4 == 12 and _root.lahan2t5 == 12 and _root.lahan2t6 == 12 and _root.lahan2t7 == 12 and _root.lahan2t8 == 12 and _root.lahan2t9 == 12 and _root.lahan2t10 == 12 and _root.lahan2t11 == 12 and _root.lahan2t12 == 12)
  11.    {
  12.       _root.tanamanlahan2 = 0;
  13.    }
  14. }
  15.